builder-tool: Rewrite GtkDialog
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 30 May 2019 07:44:44 +0000 (09:44 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 May 2019 17:03:12 +0000 (17:03 +0000)
commit8799e5798bdc222e9b571a8e39057e4492f82244
tree57bd30a60311ef34951545f20a4d1fe2f4cdb899
parent173ffbb5474eab1e878330d494b690d15049d744
builder-tool: Rewrite GtkDialog

Changes

  <object class="GtkDialog">
    <child internal-child="vbox">
      <...>
        <child internal-child="action_area">...</child>
        ...
      </...>
      <packing />
    </child>
  <object>

to

  <object class="GtkDialog">
    <child internal-child="content_area">
      <...>
        ...
      </...>
    </child>
    <child internal-child="action_area">...</child>
  <object>
gtk/tools/gtk-builder-tool-simplify.c